projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4436e67
)
Fix an IO-APIC error message
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 13 Sep 2010 16:44:19 +0000
(17:44 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 13 Sep 2010 16:44:19 +0000
(17:44 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/io_apic.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/io_apic.c
b/xen/arch/x86/io_apic.c
index c1445d4c3049241dfffb1c11d2fe56c0b9eeaa7b..46be3a239d93ed7f12b8d605b10dbfcb15818e5b 100644
(file)
--- a/
xen/arch/x86/io_apic.c
+++ b/
xen/arch/x86/io_apic.c
@@
-2030,8
+2030,8
@@
static inline void check_timer(void)
return;
}
printk(" failed :(.\n");
- panic("IO-APIC + timer doesn't work! Boot with apic
=debug and send a
"
- "report. Then try booting with the 'noapic' option");
+ panic("IO-APIC + timer doesn't work! Boot with apic
_verbosity=debug
"
+ "
and send a
report. Then try booting with the 'noapic' option");
}
/*